home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / gofer221.zip / GOFER < prev    next >
Text File  |  1991-11-20  |  258b  |  13 lines

  1. #!/bin/sh
  2.  
  3. GOFER=/users/mpj/public/Gofer/prelude
  4. export GOFER
  5.  
  6. if (sparc) then
  7.     exec /users/mpj/public/Gofer/gofer4 $*
  8. elif (m68k) then
  9.     exec /users/mpj/public/Gofer/gofer3 $*
  10. else
  11.     echo I dont know how to start Gofer on your machine
  12. fi
  13.